home *** CD-ROM | disk | FTP | other *** search
/ Developer Source 13 / Developer Source Volume 13 (I-MODE Publications, Inc.)(1999).iso / ORINF / AUG96 / HOSKF103.GIF < prev    next >
Graphics Interchange Format  |  1998-02-10  |  12KB  |  425x484  |  4-bit (12 colors)
Labels: text | electronics | screenshot | display | software | number | parallel | web page | computer icon | font
OCR: vsbLSInv Properties TabEnabled True TabOrder 43 Visible True GoNxtLine Sub GoNxtLine0 ' Decrement the spinner, but enforce the minimum value. ScrollPos = ScrollPos - ScrollAmtLine IF ScrollPos < ScrollMin THEN ScrollPos = ScrollMin V GoPrvLine Sub GoPrvLineQ Increment the spinner, but enforce the maximum value. - ScrollPos = ScrollPos + ScrollAmtLine IF ScrollPos > ScrollMax THEN ScrollPos = ScrollMax V PostChange Sub PostChange0 Set the spinner value fldLSInv. Value = ScrollPos